:root{
  /* Main theme gradient */
  --primary-1: #e47423;
  --primary-2: #b322bb;
  --primary-3: #4abac4;

  /* Background #0a0a12; colors */
  --bg-main:#28be2f;
  --bg-section: #28be2f;

  /* Text colors */
  --text-main: #ffffff;
  --text-1: #ffffff;
  --text-sectiondescription:#ffffff;

  /* Accent color */
  --accent: #7b5eff;


  /*button color*/
  --button: #7b5eff, #be563f;

  /*bg coloar for card,info,form*/
  --CardIF: rgba(32, 40, 20, 0.6);

}
    
    
html{
    scroll-behavior: smooth;
}


    
    * {

      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      background:var(--bg-main);
      color:var(--text-main);
      font-family: 'Inter', system-ui, sans-serif;
      min-height: 100vh;
      overflow-x: hidden;
    }

    nav {
      position: fixed;
      top: 0;
      width: 100%;
      padding: 1.5rem 5%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background:rgba(10,10,18,0.7);
      backdrop-filter: blur(12px);
      z-index: 1000;
      border-bottom: 1px solid rgba(100,100,255,0.08);
     
    }

    .logo {
      display: flex;
     
      align-items: center;
      gap: 6px;
      font-size: 1.8rem;
      font-weight: 900;
      background: linear-gradient(90deg, #00f0ff, #8a26e7, #ce7941);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      text-decoration: none;
      letter-spacing: -1px;
    }

/* text + tagline vertical */
.logo-text-group {
  display: flex;
  flex-direction: column;
  line-height: 1;
}




/* tagline */
.logo-tagline {
  font-size: 0.8rem;
  align-items: center;
  font-weight: 400;
  color: #aaa;
  margin-left: 0.6rem;
}
    


.logo-text {
  font-size: 1.8rem;
  font-weight: 900;
  background: linear-gradient(90deg, #00f0ff, #8a26e7, #ce7941);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


.logo:hover {
  transform: scale(1.05);
  transition: 0.3s;
}


    .nav-links {
      display: flex;
      gap: 2.2rem;
    }
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
}

    

    .nav-links a {
      color:var(--text-1);
      text-decoration: none;
      font-weight: 500;
      font-size: 0.95rem;
      transition: color 0.3s;
    }

    .nav-links a:hover {
      color: #d910c8;
    }



 

  
/*Hero*/


   









/* Hero full screen height */
.hero {
  min-height: 100vh;          
  display: flex;
  align-items: center;
  padding: 0 5%;              
  position: relative;
  padding-bottom: 10px;
}

/* Wrapper – makes two columns */
.hero-wrapper {
  display: flex;             
  align-items: center;
  gap: 2%;                    
  width: 100%;
  max-width: 1400px;          
  margin: 0 auto;
}

/* LEFT side image */
.hero-left {
  flex: 1;                   
}


/* ORBIT DESIGN */

.orbit-wrapper.hero-orbit-left {
  position: relative;
  width: 500px;
  height: 400px;
  overflow: visible;
  margin-top: 19rem;
  margin-left: 40%;
  
}

/* CENTER TEXT */
.hero-orbit-left .orbit-center {
  position: absolute;
  top: 27%;
  left: 3rem;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: bold;
   background: linear-gradient(90deg,var(--primary-1),var(--primary-2),var(--primary-3));
 -webkit-background-clip: text;
  color: transparent;
}


/* ICON STYLE */
.hero-orbit-left .orbit-item {
  position: absolute;
  width: 50px;
  height: 50px;
  object-fit: contain;
  top: 15%;
  left: 5%;
  
  transform-origin: center;
  animation: orbitMove 24s linear infinite;
}


/* ROTATING CIRCLE */
.orbit-circle {
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 10px ;
  border-radius: 500rem;
  
}






@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}







/* ORBIT DESIGN */

.orbit-wrapper.hero-orbit-right {
  position: relative;
  width: 100px;
  height: 400px;
  overflow: visible;
  margin-top: 19rem;
  margin-left: 40%;
  
}

/* CENTER TEXT */
.hero-orbit-right .orbit-center {
  position: absolute;
  top: 27%;
  left: 3rem;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: bold;
   background: linear-gradient(90deg,var(--primary-1),var(--primary-2),var(--primary-3));
  -webkit-background-clip: text;
  color: transparent;
}


/* ICON STYLE */
.hero-orbit-right .orbit-item {
  position: absolute;
  width: 50px;
  height: 50px;
  object-fit: contain;
  top: 15%;
  left: 5%;
  
  transform-origin: center;
  animation: orbitMove 24s linear infinite;
}

/* POSITION ITEMS IN CIRCLE */

.hero-orbit-right .orbit-item:nth-child(1)  { animation-delay: 0s; }

.hero-orbit-right .orbit-item:nth-child(2)  { animation-delay: -6s; }

.hero-orbit-right .orbit-item:nth-child(3)  { animation-delay: -12s; }

.hero-orbit-right .orbit-item:nth-child(4)  { animation-delay: -18s; }









/* ROTATING CIRCLE */
.hero-orbit-right .orbit-circle {
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 10px ;
  border-radius: 500rem;
  
}






@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes orbitMove {
  0% {
    transform: rotate(0deg) translateX(70px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(70px) rotate(-360deg);
  }
}











 h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.5rem, 4vw, 4rem);
      font-weight: 200;
      letter-spacing: 1px;
      margin-top: 5rem;
      margin-bottom: 2rem;
      
    }

h1 {
  
  line-height: 1.1;
  
  background: linear-gradient(900deg,var(--primary-1),var(--primary-2),var(--primary-3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


.hero-right p {
  font-size: 1.3rem;
  line-height: 1.6;
  color:var(--text-1);
  margin-bottom: 2.5rem;
  max-width: 520px;
}

.btn-hero {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: linear-gradient(45deg,var(--button));
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600; 
  font-size: 1.2rem;
}



/* Mobile */
@media (max-width: 768px) {

  

  .hero-left {
    width: 10%;
    display: flex;
    justify-content: center;
  }

  .orbit-wrapper.hero-orbit-left {
    width: 200px !important;      ;
    
    height: 200px !important;
 
 margin-left: 8rem !important;
  }

  .hero-orbit-left .orbit-item {
    width: 35px;
    height: 35px;
    animation: orbitMoveMobile 24s linear infinite;
  }

  .hero-orbit-left .orbit-center {
    top: 5rem !important;
    left:3rem !important;
    transform: translate(-50%, -50%);
  }

}
@media (max-width: 768px) {


  .hero-orbit-left.orbit-wrapper {
    width: 200px;
    height: 250px;

 position: relative;

 
  overflow: visible;
  margin-top: 6rem;
  margin-left: 1rem;


  }

  .hero-orbit-left.orbit-item {
    width: 100px;
    height: 35px;
    animation: orbitMoveMobile 24s linear infinite;
  }

  /* CENTER TEXT */
.hero-orbit-left.orbit-center {
  position: absolute;
  top: 50% !important;
  left: 80% !important;
  transform: translate(-50%, -50%);


  color: transparent;
}


  @keyframes orbitMoveMobile {
    0% {
      transform: rotate(0deg) translateX(90px) rotate(0deg)
    }
    100% {
      transform: rotate(360deg) translateX(90px) rotate(-360deg)
    }
  }
}






 
  










/* our services card*/


  
 

    .services {
      padding: 120px 5% 100px;
      background: linear-gradient(to bottom, var(--bg-main), var(--bg-main));
    }

    .container {
      max-width: 1400px;
      margin: 0 auto;
      text-align: center;
    }







    

    .section-title {
      font-size: clamp(2.8rem, 2.08vw, 1.6rem);
      font-weight: 400;
      max-width: 800px;
      
      margin: 100PX 0 0 0;
      background: linear-gradient(90deg,var(--primary-1),var(--primary-2),var(--primary-3));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .section-desc {
      font-size: 1.25rem;
      color:var(--text-sectiondescription);
      max-width: 720px;
      margin: 0 auto 4rem;
      opacity: 0.9;
    }

    .service-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 2.5rem;
    }

    .service-card {
      background:var(--CardIF);
      border: 1px solid rgba(123, 91, 255, 0.18);
      border-radius: 16px;
      padding: 2.5rem 2rem;
      transition: all 0.4s ease;
      position: relative;
      overflow: hidden;
      backdrop-filter: blur(10px);
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    }

    .service-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(
        90deg,
        transparent,
        rgba(123, 91, 255, 0.15),
        transparent
      );
      transition: 0.7s;
    }

    .service-card:hover::before {
      left: 100%;
    }

    .service-card:hover {
      transform: translateY(-12px);
      border-color: rgba(123, 91, 255, 0.5);
      box-shadow: 0 25px 60px rgba(123, 91, 255, 0.25);
    }

    .icon {
      font-size: 3.2rem;
      margin-bottom: 1.5rem;
      background: linear-gradient(135deg,#37c5c2, #88a1ba, #977ab5);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      display: inline-block;
      transition: transform 0.4s ease;
    }

    .service-card:hover .icon {
      transform: scale(1.15) rotate(5deg);
    }

    .service-card h3 {
      font-size: 1.6rem;
      font-weight: 700;
      margin-bottom: 1rem;
      
  
    }

    .service-card p {
      font-size: 1.05rem;
      color:var(--text-1);
      margin-bottom: 1.8rem;
      opacity: 0.9;
    }

    .learn-more {
      display: inline-block;
      color: #a78bfa;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s;
    }

    .learn-more:hover {
      color: #ffffff;
      transform: translateX(8px);
    }

    .learn-more::after {
      content: " →";
      margin-left: 4px;
      opacity: 0.7;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .services {
        padding: 80px 6% 60px;
      }
      .section-title {
        font-size: 2.8rem;
      }
      .section-desc {
        font-size: 1.1rem;
      }
      .service-card {
        padding: 2rem 1.5rem;
      }
    }
  
    /*Our Work Process*/

    
  
   

    .process-section {
      padding: 120px 5% 100px;
      background: linear-gradient(to bottom, var(--bg-main), var(--bg-main));
    }

  

   

    .process-timeline {
      display: flex;
      justify-content: space-between;
      position: relative;
      padding: 2rem 0;
    }

    .process-timeline::before {
      content: '';
      position: absolute;
      top: 20%;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(to right, #854cb3, #64c8dc);
      transform: translateY(-50%);
      z-index: 1;
      border-radius: 4px;
    }

    .step {
      flex: 1;
      position: relative;
      z-index: 2;
      text-align: center;
      padding: 0 1rem;
    }

    .step-number {
      width: 70px;
      height: 70px;
      background: rgba(20, 20, 40, 0.8);
      border: 2px solid #7b5eff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8rem;
      font-weight: 700;
      margin: 0 auto 1.2rem;
      color: #ffffff;
      backdrop-filter: blur(8px);
      box-shadow: 0 8px 25px rgba(123, 91, 255, 0.25);
      transition: all 0.4s ease;
    }

    .step:hover .step-number {
      transform: scale(1.15);
      background: linear-gradient(135deg, #a18ef3, #de6c3e);
      border-color: transparent;
      color: white;
    }

    .step-title {
      
      font-size: clamp(2.8rem, 6vw, 4.5rem);
      font-weight: 800;
      background: linear-gradient(90deg,var(--primary-1),var(--primary-2),var(--primary-3));
      -webkit-background-clip: text;  
      background-clip: text;
      color: transparent;
      margin-top: 1rem;
      margin-bottom: 0rem;
    }
.step-title {
      font-size: 1.6rem;
      font-weight: 700;
      margin-top: 1rem;
      margin-bottom: 0rem;
    }

   
    




    .step-desc {
      font-size: 1rem;
      color:var(--text-1);
      opacity: 0.9;
      max-width: 220px;
      margin: 1rem;
    }

    /* Mobile: Stack vertically */
    @media (max-width: 992px) {
      .process-timeline {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        position: relative;
      }

      .process-timeline::before {
        width: 3px;
        height: calc(100% - 10%);
        left: 50%;
        top: 0;
        transform: translateX(-50%);
      }

      .step {
        padding: 1rem;
        width: 100%;
        max-width: 300px;
        text-align: center;
        position: relative;
        z-index: 2;
        background: var(--bg-main);
        border-radius: 10px;
      }

      .step-number {
        margin-bottom: 1rem;
      }
    }

    @media (max-width: 768px) {
      .process-section {
        padding: 80px 6% 60px;
      }
    
      .step-number {
        width: 60px;
        height: 60px;
        font-size: 1.6rem;
      }
    }
  
/*About Us*/


   

  

    .about-section {
      padding: 120px 5% 100px;
      background: linear-gradient(to bottom, var(--bg-main), var(--bg-main));
    }



 

    

    .about-content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: start;
    }

    .about-text h3 {
      font-size: 2.2rem;
      margin-bottom: 1.5rem;
      color:var(--text-sectiondescription);
    }

    .about-text p {
      font-size: 1.1rem;
      line-height: 1.8;
      color:var(--text-1);
      margin-bottom: 1.8rem;
    }
    .about-right {
      display: flex;
      flex-direction: column;
      gap: 3rem;
      justify-content: center;
    } 



    .highlight {
      color: #a78bfa;
      font-weight: 600;
    }

    .about-image {
      position: relative;
    }

    .about-image img {
      width: 100%;
      border-radius: 16px;
      box-shadow: 0 20px 60px rgba(123, 91, 255, 0.25);
      transition: transform 0.5s ease;
    }

    .about-image:hover img {
      transform: scale(1.03);
    }

    .stats {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
      gap: 10.5rem;
      margin-top: 1rem;
     
    }

    .stat-item {
      background: rgba(30, 30, 60, 0.7);
      margin-top: 9rem;
      border: 1px solid rgba(123, 91, 255, 0.25);
      border-radius: 12px;
      padding: 1.8rem 1.2rem;
      text-align: center;
      backdrop-filter: blur(8px);
      transition: transform 0.3s ease;
    }

    .stat-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(123, 91, 255, 0.3);
}

    .stat-number {
      font-size: 2.8rem;
  font-weight: 900;
  color:var(--text-1);
  margin-bottom: 0.4rem;
    }

    .stat-label {
      font-size: 1rem;
  color:var(--text-1);
  opacity: 0.9;
    }


@media (max-width: 768px) {

  /* stack properly */
  .about-right {
    align-items: center;
    text-align: center;
  }

  /* stats grid center */
  .stats {
    grid-template-columns: 1fr;   /* one per row OR use 2 if you want */
    gap: 1.5rem !important;                 /* reduce gap */
    justify-items: center !important;  
    margin-left:15%;     /* center items */
  }

  /* each stat card */
  .stat-item {
    margin-top: 0;               /* remove big top space */
    width: 100%;  
    gap: 5rem;                /* keep nice width */
  }

}




   
:root{
  /* Main theme gradient */
  --primary-1: #e47423;
  --primary-2: #b322bb;
  --primary-3: #4abac4;

  /* Background colors */
  --bg-main:#0a0a12;
  --bg-section: #0a0a12;

  /* Text colors */
  --text-main: #ffffff;
  --text-1: #ffffff;
  --text-sectiondescription:#ffffff;

  /* Accent color */
  --accent: #7b5eff;


  /*button color*/
  --button: #7b5eff, #be563f;

  /*bg coloar for card,info,form*/
  --CardIF: rgba(32, 40, 20, 0.6);

}
    
    
html{
    scroll-behavior: smooth;
}


    
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      background:var(--bg-main);
      color:var(--text-main);
      font-family: 'Inter', system-ui, sans-serif;
      min-height: 100vh;
      overflow-x: hidden;
    }

    nav {
      position: fixed;
      top: 0;
      width: 100%;
      padding: 1.5rem 5%;
      display: flex;
      justify-content: space-between;
      gap: 10px;
      align-items: center;
      background: rgba(10,10,18,0.7);
      backdrop-filter: blur(12px);
      z-index: 1000;
      border-bottom: 1px solid rgba(100,100,255,0.08);
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 1.8rem;
      font-weight: 900;
      
       background: linear-gradient(90deg,var(--primary-1),var(--primary-2),var(--primary-3));
 -webkit-background-clip: text;
  color: transparent;
      background-clip: text;
      color: transparent;
      text-decoration: none;
      letter-spacing: -1px;
      margin-right: 10px;
    }


.logo-text {
  font-size: 1.8rem;
  font-weight: 900;
  background: linear-gradient(90deg, #00f0ff, #8a26e7, #ce7941);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


.logo:hover {
  transform: scale(1.05);
  transition: 0.3s;
}


    .nav-links {
      display: flex;
      gap: 2.2rem;
    }
@media (max-width: 768px) {



  .nav {
    padding: 0 50px !important;
  }

  .nav-links {
    display: none;
  }
}

    

    .nav-links a {
      color:var(--text-1);
      text-decoration: none;
      font-weight: 500;
      font-size: 0.95rem;
      transition: color 0.3s;
    }

    .nav-links a:hover {
      color: #d910c8;
    }



 

  
/*Hero*/


   









/* Hero full screen height */
.hero {
  min-height: 100vh;          
  display: flex;
  align-items: center;
  padding: 0 5%;              
  position: relative;
  padding-bottom: -100px;
}

/* Wrapper – makes two columns */
.hero-wrapper {
  display: flex;             
  align-items: center;
  gap: 2%;                    
  width: 100%;
  max-width: 1400px;          
  margin: 0 auto;
}

/* LEFT side image */
.hero-left {
  flex: 1;    
  overflow: hidden;     
}

.hero-left img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;  
  animation: float 4s ease-in-out infinite;      
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.6));
}

@keyframes float {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}

/* RIGHT side – text */
.hero-right {
  flex: 1;
  text-align: left;
}



 h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.5rem, 4vw, 4rem);
      font-weight: 200;
      letter-spacing: 1px;
      margin-top: 5rem;
      margin-bottom: 2rem;
      
    }

h1 {
  
  line-height: 1.1;
  
  background: linear-gradient(900deg,var(--primary-1),var(--primary-2),var(--primary-3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


.hero-right p {
  font-size: 1.3rem;
  line-height: 1.6;
  color:var(--text-1);
  margin-bottom: 2.5rem;
  max-width: 520px;
}

.btn-hero {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: linear-gradient(45deg,var(--button));
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600; 
  font-size: 1.2rem;
}

/* Mobile */
@media (max-width: 768px) {
  .hero-wrapper {
    flex-direction: column;   
    gap: 4rem;
    padding-top: 6rem;        
  }

  .hero-left {
    height: 50vh;             
    width: 90%;
    margin: 0 auto;
  }

  .hero-right {
    margin-top: -5rem;
    text-align: center;
  }

  .hero-right p {
    margin: 0 auto 2rem;
  }
}




/* our services card*/


  
 

    .services {
      padding: 120px 5% 100px;
      margin-top: -140px;
      margin-bottom: -140px;
      background: linear-gradient(to bottom, var(--bg-main), var(--bg-main));
    }

    .container {
      max-width: 1400px;
      margin: 0 auto;
      text-align: center;
    }







    

    .section-title {
      font-size: clamp(2.8rem, 2.08vw, 1.6rem);
      font-weight: 400;
      max-width: 800px;
      
      margin: 0 auto;
      padding: 10PX 0 0 0;
      background: linear-gradient(90deg,var(--primary-1),var(--primary-2),var(--primary-3));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .section-desc {
      font-size: 1.25rem;
      color:var(--text-sectiondescription);
      max-width: 720px;
      margin: 0 auto 4rem;
      opacity: 0.9;
    }

    .service-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 2.5rem;
    }

    .service-card {
      background:var(--CardIF);
      border: 1px solid rgba(123, 91, 255, 0.18);
      border-radius: 16px;
      padding: 2.5rem 2rem;
      transition: all 0.4s ease;
      position: relative;
      overflow: hidden;
      backdrop-filter: blur(10px);
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    }

    .service-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(
        90deg,
        transparent,
        rgba(123, 91, 255, 0.15),
        transparent
      );
      transition: 0.7s;
    }

    .service-card:hover::before {
      left: 100%;
    }

    .service-card:hover {
      transform: translateY(-12px);
      border-color: rgba(123, 91, 255, 0.5);
      box-shadow: 0 25px 60px rgba(123, 91, 255, 0.25);
    }

    .icon {
      font-size: 3.2rem;
      margin-bottom: 1.5rem;
      background: linear-gradient(135deg,#37c5c2, #88a1ba, #977ab5);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      display: inline-block;
      transition: transform 0.4s ease;
    }

    .service-card:hover .icon {
      transform: scale(1.15) rotate(5deg);
    }

    .service-card h3 {
      font-size: 1.6rem;
      font-weight: 700;
      margin-bottom: 1rem;
      
  
    }

    .service-card p {
      font-size: 1.05rem;
      color:var(--text-1);
      margin-bottom: 1.8rem;
      opacity: 0.9;
    }

    .learn-more {
      display: inline-block;
      color: #a78bfa;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s;
    }

    .learn-more:hover {
      color: #ffffff;
      transform: translateX(8px);
    }

    .learn-more::after {
      content: " →";
      margin-left: 4px;
      opacity: 0.7;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .services {
        padding: 80px 6% 60px;
        margin-top: 1rem;
      }
      .section-title {
        font-size: 2.8rem;
        
      }
      .section-desc {
        font-size: 1.1rem;
      }
      .service-card {
        padding: 2rem 1.5rem;
      }
    }
  
    /*Our Work Process*/

    
  
   

    .process-section {
      padding: 20px 5% 100px;
      padding-bottom: 10px;
      
      background: linear-gradient(to bottom, var(--bg-main), var(--bg-main));
    }

  

   

    .process-timeline {
      display: flex;
      justify-content: space-between;
      position: relative;
      padding: 2rem 0;
    }

    .process-timeline::before {
      content: '';
      position: absolute;
      top: 20%;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(to right, #854cb3, #64c8dc);
      transform: translateY(-50%);
      z-index: 1;
      border-radius: 4px;
    }

    .step {
      flex: 1;
      position: relative;
      z-index: 2;
      text-align: center;
      padding: 0 1rem;
    }

    .step-number {
      width: 70px;
      height: 70px;
      background: rgba(20, 20, 40, 0.8);
      border: 2px solid #7b5eff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8rem;
      font-weight: 700;
      margin: 0 auto 1.2rem;
      color: #ffffff;
      backdrop-filter: blur(8px);
      box-shadow: 0 8px 25px rgba(123, 91, 255, 0.25);
      transition: all 0.4s ease;
    }

    .step:hover .step-number {
      transform: scale(1.15);
      background: linear-gradient(135deg, #a18ef3, #de6c3e);
      border-color: transparent;
      color: white;
    }

    .step-title {
      
      font-size: clamp(2.8rem, 6vw, 4.5rem);
      font-weight: 800;
      background: linear-gradient(90deg,var(--primary-1),var(--primary-2),var(--primary-3));
      -webkit-background-clip: text;  
      background-clip: text;
      color: transparent;
      margin-top: 1rem;
      margin-bottom: 0rem;
    }
.step-title {
      font-size: 1.6rem;
      font-weight: 700;
      margin-top: 1rem;
      margin-bottom: 0rem;
    }

   
    




    .step-desc {
      font-size: 1rem;
      color:var(--text-1);
      opacity: 0.9;
      max-width: 220px;
      margin: 1rem;
    }

    /* Mobile: Stack vertically */
    @media (max-width: 992px) {
      .process-timeline {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        position: relative;
      }

      .process-timeline::before {
        width: 3px;
        height: calc(100% - 10%);
        left: 50%;
        top: 0;
        transform: translateX(-50%);
      }

      .step {
        padding: 1rem;
        width: 100%;
        max-width: 300px;
        text-align: center;
        position: relative;
        z-index: 2;
        background: var(--bg-main);
        border-radius: 10px;
      }

      .step-number {
        margin-bottom: 1rem;
      }
    }

    @media (max-width: 768px) {
      .process-section {
        padding: 80px 6% 60px;
      }
    
      .step-number {
        width: 60px;
        height: 60px;
        font-size: 1.6rem;
      }
    }
  
/*About Us*/


   

  

    .about-section {
      padding: 120px 5% 100px;
      background: linear-gradient(to bottom, var(--bg-main), var(--bg-main));
    }



 

    

    .about-content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: start;
      margin-bottom: -5rem;
    }

    .about-text h3 {
      font-size: 2.2rem;
      margin-bottom: 1.5rem;
      color:var(--text-sectiondescription);
    }

    .about-text p {
      font-size: 1.1rem;
      line-height: 1.8;
      color:var(--text-1);
      margin-bottom: 1.8rem;
    }
    .about-right {
      display: flex;
      flex-direction: column;
      gap: 3rem;
      justify-content: center;
    } 



    .highlight {
      color: #a78bfa;
      font-weight: 600;
    }

    .about-image {
      position: relative;
    }

    .about-image img {
      width: 100%;
      border-radius: 16px;
      box-shadow: 0 20px 60px rgba(123, 91, 255, 0.25);
      transition: transform 0.5s ease;
    }

    .about-image:hover img {
      transform: scale(1.03);
    }

    .stats {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
      gap: 1.5rem;
      margin-top: 1rem;
     
    }

    .stat-item {
      background: rgba(30, 30, 60, 0.7);
      margin-top: 9rem;
      border: 1px solid rgba(123, 91, 255, 0.25);
      border-radius: 12px;
      padding: 1.8rem 1.2rem;
      text-align: center;
      backdrop-filter: blur(8px);
      transition: transform 0.3s ease;
    }

    .stat-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(123, 91, 255, 0.3);
}

    .stat-number {
      font-size: 2.8rem;
  font-weight: 900;
  color:var(--text-1);
  margin-bottom: 0.4rem;
    }

    .stat-label {
      font-size: 1rem;
  color:var(--text-1);
  opacity: 0.9;
    }

   

   

  

    
/*Contact Us*/


   

  

    .contact-section {
      padding: 10px 5% 100px;
      background: linear-gradient(to bottom, var(--bg-main), var(--bg-main));
    }



 


    .contact-wrapper {
      display: grid;
      grid-template-columns: 1fr 1.4fr;
      gap: 4rem;
      align-items: stretch;
    }

    .contact-info {
      background:var(--CardIF);
      border: 1px solid rgba(123, 91, 255, 0.2);
      border-radius: 16px;
      padding: 2.5rem;
      backdrop-filter: blur(12px);
      box-shadow: 0 10px 40px rgba(0,0,0,0.4);
    }

    .info-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 2rem;
    }

    .info-icon {
      font-size: 2rem;
      margin-right: 1.2rem;
      color: #7b5eff;
      min-width: 40px;
    }

    .info-content h4 {
      font-size: 1.3rem;
      color:var(--text-sectiondescription);
      margin-bottom: 0.5rem;
    }

    .info-content p, .info-content a {
      font-size: 1.05rem;
      color:var(--text-1);
      text-decoration: none;
      transition: color 0.3s;
    }

    .info-content a:hover {
      color: #a78bfa;
    }

    .contact-form {
      background:var(--CardIF);
      border: 1px solid rgba(123, 91, 255, 0.2);
      border-radius: 16px;
      padding: 2.5rem;
      backdrop-filter: blur(12px);
      box-shadow: 0 10px 40px rgba(0,0,0,0.4);
    }

    .form-group {
      margin-bottom: 1.8rem;
    }

    .form-group label {
      display: block;
      font-size: 1rem;
      color:var(--text-sectiondescription);
      margin-bottom: 0.6rem;
    }

    input, textarea {
      width: 100%;
      padding: 1rem 1.2rem;
      background: rgba(30, 30, 60, 0.7);
      border: 1px solid rgba(123, 91, 255, 0.3);
      border-radius: 8px;
      color: #ffffff;
      font-size: 1.05rem;
      transition: all 0.3s;
    }

    input:focus, textarea:focus {
      outline: none;
      border-color: #7b5eff;
      box-shadow: 0 0 0 3px rgba(123, 91, 255, 0.2);
    }

    textarea {
      min-height: 160px;
      resize: vertical;
    }

    .btn-submit {
      width: 100%;
      padding: 1.2rem;
      background: linear-gradient(45deg,var(--button));
      color: white;
      font-size: 1.15rem;
      font-weight: 600;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      transition: all 0.4s;
      box-shadow: 0 10px 30px rgba(123, 91, 255, 0.3);
    }

    .btn-submit:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 50px rgba(123, 91, 255, 0.5);
    }

    @media (max-width: 992px) {
      .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
      }
    }

    @media (max-width: 768px) {
      .contact-section {
        padding: 80px 6% 60px;
      }
     
      }
    
  

/*footer*/


.footer-section {
  background: linear-gradient(to bottom, var(--bg-main), var(--bg-main));
  padding: 100px 5% 60px;
  border-top: 1px solid rgba(123, 91, 255, 0.12);
  position: relative;
  overflow: hidden;
}

.footer-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(123,91,255,0.4), transparent);
}

/* Top grid - 4 columns on desktop */
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  max-width: 1400px;
  margin: 0 auto 5rem;
}

.footer-brand .logo {
  
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
  margin-left: 6rem;
}



.footer-desc {
  font-size: 1.05rem;
  color:var(--text-sectiondescription);
  line-height: 1.7;
  margin-bottom: 2rem;
  margin-left: 2rem;
  max-width: 340px;
  opacity: 0.92;
}



.footer-column h4 {
  font-size: 1.35rem;
  
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 0.9rem;
}

.footer-column a {
  color:var(--text-1);
  text-decoration: none;
  font-size: 1.05rem;
  transition: all 0.3s;
}

.footer-column a:hover {
  color: #a78bfa;
  padding-left: 6px;
}



.copyright a {
  color: inherit;
  text-decoration: none;
}





/* Responsive */
@media (max-width: 992px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 576px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-legal a {
    margin: 0 0.8rem;
  }
}




/*our hands on tech*/


/* ORBIT DESIGN */

.orbit-wrapper {
  position: relative;
  width: 500px;
  height: 300px;
  overflow: visible;
  margin-top: 10rem;
  margin-left: 40%;
  
}

/* CENTER TEXT */
.orbit-center {
  position: absolute;
  top: 50%;
  left: 10rem;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: bold;
   background: linear-gradient(90deg,var(--primary-1),var(--primary-2),var(--primary-3));
  -webkit-background-clip: text;
  color: transparent;
}

/* ROTATING CIRCLE */
.orbit-circle {
  position: absolute;
  width: 300px;
  height: 300px;
  margin: 10px ;
  border-radius: 500rem;
  
}

/* ICON STYLE */
.orbit-item {
  position: absolute;
  width: 50px;
  height: 50px;
  object-fit: contain;
  top: 50%;
  left: 40%;
  
  transform-origin: center;
  animation: orbitMove 24s linear infinite;
}

.orbit-item:hover {
  transform: scale(1.2);
}

/* POSITION ITEMS IN CIRCLE */

.orbit-item:nth-child(1)  { animation-delay: 0s; }

.orbit-item:nth-child(2)  { animation-delay: -2.18s; }

.orbit-item:nth-child(3)  { animation-delay: -4.36s; }

.orbit-item:nth-child(4)  { animation-delay: -6.54s; }

.orbit-item:nth-child(5)  { animation-delay: -8.72s; }

.orbit-item:nth-child(6)  { animation-delay: -10.9s; }

.orbit-item:nth-child(7)  { animation-delay: -13.08s; }

.orbit-item:nth-child(8)  { animation-delay: -15.26s; }

.orbit-item:nth-child(9)  { animation-delay: -17.44s; }

.orbit-item:nth-child(10) { animation-delay: -19.62s; }

.orbit-item:nth-child(11) { animation-delay: -21.8s; }



@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes orbitMove {
  0% {
    transform: rotate(0deg) translateX(220px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(220px) rotate(-360deg);
  }
}




@media (max-width: 768px) {

  .orbit-wrapper {
    width: 300px;
    height: 210px;

 position: relative;

 
  overflow: visible;
  margin-top: 0rem;
  margin-left: -1rem;


  }

  .orbit-item {
    width: 100px;
    height: 35px;
    animation: orbitMoveMobile 24s linear infinite;
  }

  /* CENTER TEXT */
.orbit-center {
  position: absolute;
  top: 10rem !important;
  left: 11rem !important;
  transform: translate(-50%, -50%);


  color: transparent;
}


  @keyframes orbitMoveMobile {
    0% {
      transform: rotate(0deg) translateX(110px) rotate(0deg);
    }
    100% {
      transform: rotate(360deg) translateX(110px) rotate(-360deg);
    }
  }
}


/*right hero*/
.small-orbit {
  width: 110px;
  height: 220px;
  margin-top: 2rem;
}

.small-orbit .orbit-item {
  width: 40px;
  height: 40px;
  animation: orbitMoveSmall 24s linear infinite;
}

@keyframes orbitMoveSmall {
  0% {
    transform: rotate(0deg) translateX(90px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(90px) rotate(-360deg);
  }
}







/*-----------------------------
.tech-section {
  padding: 100px 5% 80px;
  background: linear-gradient(to bottom,var(--bg-main), var(--bg-main));
  text-align: center;
}



.tech-separator {
  width: 140px;
  height: 4px;
  background: linear-gradient(to right, var(--primary), var(--accent));
  margin: 0 auto 4rem;
  border-radius: 2px;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 2.5rem 1.8rem;
  max-width: 1200px;
  margin: 0 auto;
}

.tech-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.2rem;
  border-radius: 12px;
  background: var(--card-bg, rgba(20, 20, 40, 0.5));
  border: 1px solid var(--border, rgba(123, 91, 255, 0.18));
  transition: all 0.35s ease;
  backdrop-filter: blur(8px);
}

.tech-item:hover {
  transform: translateY(-8px) scale(1.06);
  border-color: var(--primary);
  box-shadow: 0 15px 35px var(--glow, rgba(123, 91, 255, 0.25));
}

.tech-item img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 0.8rem;
  filter: grayscale(40%) brightness(1.05) contrast(1.1);
  transition: all 0.4s ease;
}

.tech-item:hover img {
  filter: grayscale(0%) brightness(1.15);
  transform: scale(1.12);
}

/*-----mobile-----*//*
@media (max-width: 768px) {

  .tech-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: -0.5rem;
  }

  .tech-item {
    padding: -0.5rem !important ;
  }

  .tech-item img {
    width: 25px !important;
    height: 25px !important;
  }

}*/

/*Our Product*/

.products-section {
  padding: 100px 5% 80px;
  background: linear-gradient(to bottom, #0a0a12, #0f0f1f);
}




.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
}

.product-card {
  background: rgba(20, 20, 40, 0.65);
  border: 1px solid rgba(123, 91, 255, 0.2);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 35px rgba(0,0,0,0.4);
}

.product-card:hover {
  transform: translateY(-12px);
  border-color: #7b5eff;
  box-shadow: 0 25px 60px rgba(123, 91, 255, 0.3);
}

.product-image {
  
  max-width: 150px;
  width: 100%;
  margin: 1.5rem auto;
  overflow: hidden;
}

.product-image img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  background: rgba(10,10,20,0.4);
}



.product-card:hover .product-image img {
  transform: scale(1.08);
}





.product-card h3 {
      font-size: 1.6rem;
      font-weight: 700;
      margin-top: 1rem;
      margin-bottom: 0rem;
      
  
    }

.product-card p {
  font-size: 1.05rem;
  color:var(--text-sectiondescription);
  margin: 0.5rem 1.5rem;
  opacity: 0.9;
}



@media (max-width: 768px) {
  .products-section {
    padding: 80px 6% 60px;
  }
}





.logo img {
  width: 30px;
  height: auto;
}

/*-------------*/


@media (max-width: 768px) {

  .hero-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-left,
  .hero-right {
    width: 100%;
  }

  .hero-left img {
    max-width: 100%;
    height: auto;
  }

}

/* Hamburger hidden on desktop */
.menu-toggle {
  display: none;
  font-size: 1.8rem;
  color: white;
  cursor: pointer;
}

/* Mobile styles */
@media (max-width: 768px) {

  /* STACK ABOUT SECTION */
  .about-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  /* CENTER TEXT */
  .about-text {
    text-align: center;
  }

  .about-text h3 {
    font-size: 1.3rem;
  }

  .about-text p {
    font-size: 1rem;
    line-height: 1.6;
    
  max-width: 500px;
  margin: 0 auto;

  }

  
  .about-right {
    align-items: center;
    
  }

  /* FIX STATS GRID */

  .stats {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  
  }

  
  .stat-item {
    margin-top: 0 !important;
    padding: 0.5rem;
  }
  .stat-number{
 font-size: 2rem;
}
  .stat-label{
    font-size: 0.8rem;
  }

}

  

    
/*Contact Us*/


   

  

    .contact-section {
      padding: 50px 5% 50px;
      background: linear-gradient(to bottom, var(--bg-main), var(--bg-main));
    
  }



 


    .contact-wrapper {
      display: grid;
      grid-template-columns: 1fr 1.4fr;
      gap: 4rem;
      align-items: flex-start;
    }

    .contact-info {
      background:var(--CardIF);
      border: 1px solid rgba(123, 91, 255, 0.2);
      border-radius: 16px;
      padding: 2.5rem;
      backdrop-filter: blur(12px);
      box-shadow: 0 10px 40px rgba(0,0,0,0.4);
    }

    .info-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 2rem;
    }

    .info-icon {
      font-size: 2rem;
      margin-right: 1.2rem;
      color: #7b5eff;
      min-width: 40px;
    }

    .info-content h4 {
      font-size: 1.3rem;
      color:var(--text-sectiondescription);
      margin-bottom: 0.5rem;
    }

    .info-content p, .info-content a {
      font-size: 1.05rem;
      color:var(--text-1);
      text-decoration: none;
      transition: color 0.3s;
    }

    .info-content a:hover {
      color: #a78bfa;
    }

    .contact-form {
      background:var(--CardIF);
      border: 1px solid rgba(123, 91, 255, 0.2);
      border-radius: 16px;
      padding: 2.5rem;
      backdrop-filter: blur(12px);
      box-shadow: 0 10px 40px rgba(0,0,0,0.4);
    }

    .form-group {
      margin-bottom: 1.8rem;
    }

    .form-group label {
      display: block;
      font-size: 1rem;
      color:var(--text-sectiondescription);
      margin-bottom: 0.6rem;
    }

    input, textarea {
      width: 100%;
      padding: 1rem 1.2rem;
      background: rgba(30, 30, 60, 0.7);
      border: 1px solid rgba(123, 91, 255, 0.3);
      border-radius: 8px;
      color: #ffffff;
      font-size: 1.05rem;
      transition: all 0.3s;
    }

    input:focus, textarea:focus {
      outline: none;
      border-color: #7b5eff;
      box-shadow: 0 0 0 3px rgba(123, 91, 255, 0.2);
    }

    textarea {
      min-height: 160px;
      resize: vertical;
    }

    .btn-submit {
      width: 100%;
      padding: 1.2rem;
      background: linear-gradient(45deg,var(--button));
      color: white;
      font-size: 1.15rem;
      font-weight: 600;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      transition: all 0.4s;
      box-shadow: 0 10px 30px rgba(123, 91, 255, 0.3);
    }

    .btn-submit:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 50px rgba(123, 91, 255, 0.5);
    }

    @media (max-width: 992px) {
      .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
      }
    }

    @media (max-width: 768px) {
      .contact-section {
        padding: 40px 6% 30px;
      }
     
      }
    
  

/*footer*/


.footer-section {
  background: linear-gradient(to bottom, var(--bg-main), var(--bg-main));
  padding: 100px 5% 60px;
  border-top: 1px solid rgba(123, 91, 255, 0.12);
  position: relative;
  overflow: hidden;
}

.footer-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(123,91,255,0.4), transparent);
}

/* Top grid - 4 columns on desktop */
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  max-width: 1400px;
  margin: -5% auto 5rem;
}

.footer-brand .logo {
  padding-top: 0px;
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
  margin-left: 6rem;
}



.footer-desc {
  font-size: 1.05rem;
  color:var(--text-sectiondescription);
  line-height: 1.7;
  margin-bottom: 2rem;
  margin-left: 2rem;
  max-width: 340px;
  opacity: 0.92;
}

.social-links {
  display: flex;
justify-content: center;
  gap: 1.2rem;
}

.social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(123, 91, 255, 0.12);
  color: #a78bfa;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 -100px;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid rgba(123, 91, 255, 0.2);
}

.social-icon:hover {
  background: linear-gradient(135deg, #7b5eff, #a78bfa);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(123, 91, 255, 0.35);
  border-color: transparent;
}









@media (max-width: 768px) {

  .social-links {
    justify-content: center;   /* center on mobile */
    margin-left: 0;            /* reset any shifts */
  }

  .social-icon {
    width: 34px;
    height: 34px;
    font-size: 1rem;
    margin: 0;                 /* remove negative margin */
  }

}

@media (max-width: 768px) {
  .footer-section {
    padding: 30px 6% 20px;
  }
}


@media (max-width: 768px) {

  .social-icon:hover {
    transform: none;              /* remove jump */
    box-shadow: none;             /* remove heavy shadow */
    background: rgba(123, 91, 255, 0.12); /* keep normal */
    color: #a78bfa;
  }

}

.footer-column h4 {
  font-size: 1.35rem;
  
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 0.9rem;
}

.footer-column a {
  color:var(--text-1);
  text-decoration: none;
  font-size: 1.05rem;
  transition: all 0.3s;
}

.footer-column a:hover {
  color: #a78bfa;
  padding-left: 6px;
}

/* Bottom bar */
.footer-bottom {
  border-top: 1px solid rgba(100, 100, 255, 0.08);
  padding-top: 1px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 0.95rem;
  color: var(--text-sectiondescription);
}

.copyright a {
  color: inherit;
  text-decoration: none;
}





/* Responsive */
@media (max-width: 992px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 576px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
  
  .footer-legal a {
    margin: 0 0.8rem;
  }
}




/*our hands on tech*/

.tech-section {
  padding-top: -10px;
  padding-bottom: 5rem;
  background: linear-gradient(to bottom,var(--bg-main), var(--bg-main));
  text-align: center;
}



.tech-separator {
  width: 140px;
  height: 4px;
  background: linear-gradient(to right, var(--primary), var(--accent));
  margin: 0 auto 4rem;
  border-radius: 2px;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 2.5rem 1.8rem;
  max-width: 1200px;
  margin: 0 auto;
}

.tech-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.2rem;
  border-radius: 12px;
  background: var(--card-bg, rgba(20, 20, 40, 0.5));
  border: 1px solid var(--border, rgba(123, 91, 255, 0.18));
  transition: all 0.35s ease;
  backdrop-filter: blur(8px);
}

.tech-item:hover {
  transform: translateY(-8px) scale(1.06);
  border-color: var(--primary);
  box-shadow: 0 15px 35px var(--glow, rgba(123, 91, 255, 0.25));
}

.tech-item img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 0.8rem;
  filter: grayscale(40%) brightness(1.05) contrast(1.1);
  transition: all 0.4s ease;
}

.tech-item:hover img {
  filter: grayscale(0%) brightness(1.15);
  transform: scale(1.12);
}



/*Our Product*/

.products-section {
  padding: -1px 5% 80px ;
  
  padding-bottom: 10px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  background: linear-gradient(to bottom, #0a0a12, #0f0f1f);
}




.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
}

.product-card {
  background: rgba(20, 20, 40, 0.65);
  border: 1px solid rgba(123, 91, 255, 0.2);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 35px rgba(0,0,0,0.4);
}

.product-card:hover {
  transform: translateY(-12px);
  border-color: #7b5eff;
  box-shadow: 0 25px 60px rgba(123, 91, 255, 0.3);
}

.product-image {
  
  max-width: 150px;
  width: 100%;
  margin: 1.5rem auto;
  overflow: hidden;
}

.product-image img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  background: rgba(10,10,20,0.4);
}



.product-card:hover .product-image img {
  transform: scale(1.08);
}





.product-card h3 {
      font-size: 1.6rem;
      font-weight: 700;
      margin-top: 1rem;
      margin-bottom: 0rem;
      
  
    }

.product-card p {
  font-size: 1.05rem;
  color:var(--text-sectiondescription);
  margin: 0.5rem 1.5rem;
  opacity: 0.9;
}



@media (max-width: 768px) {
  .products-section {
    padding: 80px 6% 60px;
  }
}





.logo img {
  width: 75px;
  height: auto;
}

/*-------------*/


@media (max-width: 768px) {

  .hero-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  


  .hero-left img {
    max-width: 100%;
    height: auto;
  }

}

/* Hamburger hidden on desktop */
.menu-toggle {
  display: none;
  font-size: 1.8rem;
  color: white;
  cursor: pointer;
}

/* Mobile styles */
@media (max-width: 768px) {

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 80px;
    right: 0;
    width: 100%;
    background: #0a0a12;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 0;
     transition: all 0.3s ease;
    
    display: none; /* hidden by default */
  }

  .nav-links.active {
    display: flex; /* show when clicked */
  }
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
}

#letter {
  font-size: 4rem;
  color: white;
  font-weight: bold;
  opacity: 0;
  transition: 0.3s;
}

#fullText {
  font-size: 4rem;
  color: white;
  font-weight: bold;
  opacity: 0;
  transform: scale(0.5);
}

/* Zoom animation */
.show-full {
  animation: zoomIn 0.8s forwards;
}

@keyframes zoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}



#finalLogo {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transform: scale(0.5);
}

#finalLogo img {
  width: 371px;
  height: auto;
}

#finalLogo span {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
}

/* Zoom animation */
.show-logo {
  animation: zoomLogo 0.8s forwards;
}

@keyframes zoomLogo {
  to {
    opacity: 1;
    transform: scale(1);
  }
}




.hero-right {
  animation: fadeInRight 2s ease;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
 



/* Chatbox */
.chat-bubble {
    position: fixed;
    bottom: 20px;
    
    right: 20px;
    width: 75px;
    height: 75px;
    background: linear-gradient(45deg, #7b5eff, #7c2c30);
    color: rgb(183, 179, 181);
    border: none;
    border-radius: 42%;
    font-size: 1.2rem;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(123,91,255,0.4);
    z-index: 9999;
  }

 .chat-bubble {
  display: none; /* hide initially */
}
  .chat-window {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 340px;
    height: 480px;
    background: var(--bg-main)
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(123,91,255,0.3);
    overflow: hidden;
    z-index: 9998;
  }
  .hidden { display: none !important; }
  .chat-header {
    background: linear-gradient(90deg, #7b5eff, #ff6bcb);
    padding: 12px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .chat-header h3 { margin: 0; font-size: 1.1rem; }
  .chat-header button { background: none; border: none; color: white; font-size: 1.5rem; cursor: pointer; }
  .chat-body {
    padding: 15px;
    height: calc(100% - 110px);
    overflow-y: auto;
  }
  .message {
    margin: 10px 0;
    padding: 10px 14px;
    border-radius: 18px;
    max-width: 80%;
  }
  .bot { background: rgba(123,91,255,0.25); align-self: flex-start; }
  .user { background: #7b5eff; color: white; align-self: flex-end; margin-left: auto; }
  .chat-input {
    padding: 12px;
    display: flex;
    border-top: 1px solid rgba(123,91,255,0.2);
  }
  .chat-input input {
    flex: 1;
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    background: rgba(30,30,60,0.7);
    color: white;
  }
  .chat-input button {
    margin-left: 8px;
    padding: 10px 16px;
    background: #7b5eff;
    border: none;
    border-radius: 20px;
    color: white;
    cursor: pointer;
  }


  /* 📱 Mobile Devices (max-width: 600px) */
@media (max-width: 600px) {

  .chat-bubble {
    width: 60px;
    height: 60px;
    font-size: 1rem;
    bottom: 15px;
    right: 15px;
  }

  .chat-window {
    width: 90%;
    height: 70vh;
    right: 5%;
    bottom: 80px;
    border-radius: 12px;
  }

  .chat-header h3 {
    font-size: 1rem;
  }

  .chat-body {
    padding: 10px;
  }

  .message {
    font-size: 0.9rem;
    padding: 8px 12px;
  }

  .chat-input input {
    padding: 8px;
    font-size: 0.9rem;
  }
  .chat-bubble {
  display: none; /* hide initially */
}

  .chat-input button {
    padding: 8px 12px;
    font-size: 0.9rem;
  }
}


/* 📲 Tablet Devices (601px - 900px) */
@media (max-width: 90px) {

  .chat-window {
    width: 300px;
    height: 420px;
  }

  .chat-bubble {
    width: 65px;
    height: 65px;
  }
  .chat-bubble {
  display: none; /* hide initially */
}
}